home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / src / bitmaps / sdisk.cur < prev    next >
Text File  |  1994-08-01  |  212b  |  9 lines

  1. /*
  2.  * a mono-colored 16x16 disk
  3.  */
  4. static unsigned short cur_sdisk[] =
  5. {
  6.     0x07c0, 0x1ff0, 0x3ff8, 0x7ffc, 0x7ffc, 0xfffe, 0xfffe, 0xfffe,
  7.     0xfffe, 0xfffe, 0x7ffc, 0x7ffc, 0x3ff8, 0x1ff0, 0x07c0, 0x0000
  8. };
  9.